home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 734 b | 16 lines | [TEXT/MPS ] |
- SampleTool demonstrates that it is possible to use MPW tools as NetWork tools.
- If NetWork Processor is looking for an application, it considers MPW tools as well.
-
- MPW tools are easier to debug, if you link them with the SIOW library (or, when
- using CreateBuild, specify SIOW as the type, then change the output type to
- 'MPS ' later in the makefile). This causes output to be displayed in a window.
-
- The NetWork functions are embedded in a filter function that hooks into the
- SIOW event handling code. (is that filter active when running as tool?)
-
- Note that you must call a read function, otherwise the SIOW library won´t start
- handling events. Hopefully, a future version will have other options as well.
-
- SIOW is part of MPW 3.2.
-
-